SPREAD for WPF 3.0J - GcSpreadGrid
MoveCore メソッド

GrapeCity.Windows.SpreadGrid.Data.Foundation 名前空間 > DataListBase<T> クラス : MoveCore メソッド
移動する最初の項目の位置を示す int 値。
移動先の位置を示す int 値。
移動する項目の数を示す int 値。
データセット内の一連の項目を移動します。
シンタックス
'宣言
 
Protected Function MoveCore( _
   ByVal index As Integer, _
   ByVal moveToIndex As Integer, _
   ByVal count As Integer _
) As Boolean
protected bool MoveCore( 
   int index,
   int moveToIndex,
   int count
)

パラメータ

index
移動する最初の項目の位置を示す int 値。
moveToIndex
移動先の位置を示す int 値。
count
移動する項目の数を示す int 値。

戻り値の型

要素が正常に移動された場合は true。それ以外の場合は false
参照

DataListBase<T> クラス
DataListBase<T> メンバ